fix(i18n): add-missing-norwegian-nb-NO-translations#2677
fix(i18n): add-missing-norwegian-nb-NO-translations#2677graphieros merged 4 commits intonpmx-dev:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis PR updates the Norwegian (nb-NO) translation file by adding and extending multiple keys across footer, shortcuts, settings, package-related strings (size, replacement, links, timeline, likes), README, leaderboard, and compare UI translations. ChangesNorwegian Localisation Extensions
Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@i18n/locales/nb-NO.json`:
- Around line 24-26: The footer label values for the translation keys
"resources", "features", and "other" are in Title Case and should match the
surrounding lower-case style; update the string values for the keys resources,
features, and other in nb-NO.json to lower-case (e.g., "ressurser",
"funksjoner", "annet") so the menu casing is consistent.
- Line 1289: Update the translation value for the "analysis" key so it preserves
the intentional space before the colon: replace the current "{package}: {x_name}
({x_value}) og {y_name} ({y_value})" with "{package} : {x_name} ({x_value}) og
{y_name} ({y_value})" (the JSON key to locate is
compare.scatter_chart.copy_alt.analysis / the "analysis" property shown in the
diff).
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: f0180500-648d-4cdf-b452-dc2ac3758e3b
📒 Files selected for processing (1)
i18n/locales/nb-NO.json
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
…//github.com/bonsak/npmx.dev into Fix/add-missing-norwegian-nb-NO-translations
🔗 Linked issue
🧭 Context
Some keys in 'en.json' where missing in
nb-NO.jsonUpdated missing nb-NO translations.
📚 Description
Missing keys in
nb-NO.jsonwas added and translated to Norwegian.First translation pass generated by Opus 4.5. Second pass proofread by me.